home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TADVANCEDRASDLG / TADVANCEDRASDLG.txt
Text File  |  2004-10-12  |  3KB  |  125 lines

  1. object AdvancedRASDlg: TAdvancedRASDlg
  2.   Left = 231
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Advanced RAS configuration'
  7.   ClientHeight = 304
  8.   ClientWidth = 290
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 290
  24.     Height = 265
  25.     ActivePage = TabSheet1
  26.     Align = alTop
  27.     TabIndex = 0
  28.     TabOrder = 0
  29.     object TabSheet1: TTabSheet
  30.       Caption = 'Authentication'
  31.       object lbLongOverride: TLabel
  32.         Left = 32
  33.         Top = 32
  34.         Width = 3
  35.         Height = 13
  36.       end
  37.       object cbLoginOverride: TCheckBox
  38.         Left = 8
  39.         Top = 16
  40.         Width = 265
  41.         Height = 17
  42.         Caption = '&Ignore Windows Phonebook authentication data'
  43.         TabOrder = 0
  44.         OnClick = cbLoginOverrideClick
  45.       end
  46.       object gSpecialLogin: TGroupBox
  47.         Left = 8
  48.         Top = 48
  49.         Width = 265
  50.         Height = 177
  51.         Caption = 'Special authentication data'
  52.         Enabled = False
  53.         TabOrder = 1
  54.         object lbUser: TLabel
  55.           Left = 16
  56.           Top = 24
  57.           Width = 54
  58.           Height = 13
  59.           Caption = '&User name:'
  60.           FocusControl = eUserName
  61.         end
  62.         object lbPassword: TLabel
  63.           Left = 16
  64.           Top = 72
  65.           Width = 49
  66.           Height = 13
  67.           Caption = '&Password:'
  68.           FocusControl = ePassword
  69.         end
  70.         object lbDomain: TLabel
  71.           Left = 16
  72.           Top = 120
  73.           Width = 39
  74.           Height = 13
  75.           Caption = '&Domain:'
  76.           FocusControl = eDomain
  77.         end
  78.         object eUserName: TEdit
  79.           Left = 16
  80.           Top = 40
  81.           Width = 233
  82.           Height = 21
  83.           TabOrder = 0
  84.         end
  85.         object ePassword: TEdit
  86.           Left = 16
  87.           Top = 88
  88.           Width = 233
  89.           Height = 21
  90.           PasswordChar = '*'
  91.           TabOrder = 1
  92.         end
  93.         object eDomain: TEdit
  94.           Left = 16
  95.           Top = 136
  96.           Width = 233
  97.           Height = 21
  98.           TabOrder = 2
  99.         end
  100.       end
  101.     end
  102.   end
  103.   object bOK: TButton
  104.     Left = 120
  105.     Top = 272
  106.     Width = 75
  107.     Height = 25
  108.     Caption = '&OK'
  109.     Default = True
  110.     ModalResult = 1
  111.     TabOrder = 1
  112.     OnClick = bOKClick
  113.   end
  114.   object bCancel: TButton
  115.     Left = 208
  116.     Top = 272
  117.     Width = 75
  118.     Height = 25
  119.     Cancel = True
  120.     Caption = 'Cancel'
  121.     ModalResult = 2
  122.     TabOrder = 2
  123.   end
  124. end
  125.